home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4633 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  711 b 

  1. Path: news.rrz.uni-hamburg.de!not-for-mail
  2. From: 5kroeger@informatik.uni-hamburg.de (Malte Kroeger)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: how to tell cin >> not to stop at a space???
  5. Date: 31 Jan 1996 12:32:15 GMT
  6. Organization: University of Hamburg -- Germany
  7. Message-ID: <4enngf$o78@rzsun02.rrz.uni-hamburg.de>
  8. References: <4enn9b$o78@rzsun02.rrz.uni-hamburg.de>
  9. NNTP-Posting-Host: rzdspc132.informatik.uni-hamburg.de
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Malte Kroeger (5kroeger@informatik.uni-hamburg.de) wrote:
  13. : How can I tell the >>-Operator not to stop after a space when getting
  14. : input from cin or any other stream. Something like getline.
  15. try something like flag ws or such.
  16.  
  17. : Malte Kroeger
  18.